home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / utils / tiny_firewall / tpf5.exe / Tiny Personal Firewall 5.0.msi / filemaster.xsl < prev    next >
Encoding:
Extensible Markup Language  |  2003-05-26  |  519 b   |  23 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsl:stylesheet version="1.0" 
  3. xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
  4. xmlns:fo="http://www.w3.org/1999/XSL/Format"
  5. xmlns:msxsl="urn:schemas-microsoft-com:xslt"
  6.  
  7. >
  8.     <xsl:output method="xml" indent="yes"/>
  9.     <xsl:variable name="logDir" select=" ''  "/>
  10.     
  11.     
  12.     
  13.     <xsl:template match="logs">
  14.         <Root>
  15.             <xsl:for-each select="file">
  16.                 <xsl:copy-of select="document(.)//Event"/>
  17.                 
  18.                 
  19.             </xsl:for-each>
  20.         </Root>
  21.     </xsl:template>
  22. </xsl:stylesheet>
  23.